python-pynacl: upgrade to version 1.6.1
authorAlexandru Ardelean <[email protected]>
Thu, 13 Nov 2025 13:50:19 +0000 (15:50 +0200)
committerAlexandru Ardelean <[email protected]>
Thu, 13 Nov 2025 17:32:33 +0000 (19:32 +0200)
Drop 'six' requirement (no longer needed).
python-setuptools/host needed for build.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-pynacl/Makefile

index 72d8debcb5c02fca320f0dac2b9ff24870d82977..e765c670d2d088ae3b864deebcf67641b5ba267a 100644 (file)
@@ -1,17 +1,17 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pynacl
-PKG_VERSION:=1.5.0
-PKG_RELEASE:=3
+PKG_VERSION:=1.6.1
+PKG_RELEASE:=1
 
-PYPI_NAME:=PyNaCl
-PKG_HASH:=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
+PYPI_NAME:=pynacl
+PKG_HASH:=8d361dac0309f2b6ad33b349a56cd163c98430d409fa503b10b70b3ad66eaa1d
 
 PKG_MAINTAINER:=Javier Marcet <[email protected]>
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 
-PKG_BUILD_DEPENDS:=libffi/host python-cffi/host  # cffi>=1.4.1
+PKG_BUILD_DEPENDS:=python3-setuptools/host libffi/host python-cffi/host  # cffi>=1.4.1
 
 PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system
 
@@ -25,7 +25,7 @@ define Package/python3-pynacl
   SUBMENU:=Python
   TITLE:=Python binding to the libsodium library
   URL:=https://github.com/pyca/pynacl/
-  DEPENDS:=+libsodium +python3-light +python3-cffi +python3-six
+  DEPENDS:=+libsodium +python3-light +python3-cffi
 endef
 
 define Package/python3-pynacl/description